Skip to content

fix(infra): use trailing slash in CODEOWNERS for ic-interface-spec#256

Merged
raymondk merged 1 commit into
mainfrom
infra/codeowners-spec-glob
May 15, 2026
Merged

fix(infra): use trailing slash in CODEOWNERS for ic-interface-spec#256
raymondk merged 1 commit into
mainfrom
infra/codeowners-spec-glob

Conversation

@marc0olo
Copy link
Copy Markdown
Member

Summary

  • Replaces docs/references/ic-interface-spec/* with docs/references/ic-interface-spec/ in CODEOWNERS
  • * does not cross directory separators in gitignore-style patterns, so subdirectories would have fallen through to the catch-all * @dfinity/dx rule, losing the @dfinity/interface-spec and @dfinity/core-protocol requirements
  • A trailing slash matches the directory and all contents recursively, consistent with the other directory rules in this file (e.g. docs/guides/security/)

Sync recommendation

hand-written

`/*` only matches direct children; a trailing slash matches all contents
recursively, keeping subdirectories under the required reviewer rules.
@marc0olo marc0olo requested a review from a team as a code owner May 13, 2026 16:20
@raymondk raymondk merged commit 48a77bd into main May 15, 2026
7 checks passed
@raymondk raymondk deleted the infra/codeowners-spec-glob branch May 15, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants